home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 76 / DVD Actual 1 Marzo 2003.iso / Trial / TurboCAD 7.1 Pro / Data.Cab / F24363_PropModify.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-11-10  |  1.4 KB  |  51 lines

  1. #if !defined(AFX_PROPMODIFY_H__430FB7B4_A088_11D1_B79F_000021452DB6__INCLUDED_)
  2. #define AFX_PROPMODIFY_H__430FB7B4_A088_11D1_B79F_000021452DB6__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. /////////////////////////////////////////////////////////////////////////////
  8. // CPropModify dialog
  9.  
  10. class CPropModify : public CDialog
  11. {
  12. // Construction
  13. public:
  14.     CPropModify(COleVariant *pvarVal, LPCTSTR cszName, LPCTSTR cszType, CWnd* pParent = NULL);   // standard constructor
  15.  
  16. // Dialog Data
  17.     //{{AFX_DATA(CPropModify)
  18.     enum { IDD = IDD_MODIFY };
  19.         // NOTE: the ClassWizard will add data members here
  20.     //}}AFX_DATA
  21.  
  22.  
  23.     COleVariant    m_varVal;
  24. // Overrides
  25.     // ClassWizard generated virtual function overrides
  26.     //{{AFX_VIRTUAL(CPropModify)
  27.     public:
  28.     virtual BOOL DestroyWindow();
  29.     protected:
  30.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31.     //}}AFX_VIRTUAL
  32.  
  33. // Implementation
  34. protected:
  35. //    Property    *m_pProp;
  36.     CString        m_cstrName;
  37.     CString        m_cstrType;
  38.     CPtrArray    m_arrWnd;
  39.     int            m_index;
  40.     BOOL        m_bInitDone;
  41.     // Generated message map functions
  42.     //{{AFX_MSG(CPropModify)
  43.     virtual BOOL OnInitDialog();
  44.     //}}AFX_MSG
  45.     DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  49.  
  50. #endif // !defined(AFX_PROPMODIFY_H__430FB7B4_A088_11D1_B79F_000021452DB6__INCLUDED_)
  51.